home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / frame_300 / DoAction.as
Text File  |  2012-08-27  |  196b  |  15 lines

  1. jeu._xscale = percentScaling;
  2. jeu._yscale = percentScaling;
  3. if(percentScaling < 75)
  4. {
  5.    jeu._x = 100;
  6.    jeu._y = 75;
  7. }
  8. else
  9. {
  10.    jeu._x = 25;
  11.    jeu._y = 20;
  12. }
  13. points = 0;
  14. stop();
  15.